python3Packages.myst parser 0.19.1#219173
Closed
loicreynier wants to merge 299 commits intoNixOS:masterfrom
loicreynier:python3Packages.myst-parser-0.19.1
Closed
python3Packages.myst parser 0.19.1#219173loicreynier wants to merge 299 commits intoNixOS:masterfrom loicreynier:python3Packages.myst-parser-0.19.1
loicreynier wants to merge 299 commits intoNixOS:masterfrom
loicreynier:python3Packages.myst-parser-0.19.1
Conversation
cryptsetup: 2.5.0 -> 2.6.1
openldap: 2.6.3 -> 2.6.4
strip-nondeterminism: fix binary functioning on darwin
hardening flags: add `FORTIFY_SOURCE=3` support
gpgme: update patch to support Python 3.11
texinfo: 6.8 -> 7.0.2
not all linkers have a ld binary in bin
also note the '${ld:-}' which allows users to set the ld path with a env
var
> '${foo:-val}' $foo, or val if unset (or null)
Systemd stage 1 fsck
checked with diffoscope+difflog and launching the programs i have fixed that issue in my other gir PRs
and fix double wrapping
it still fails to launch though but its not a regression
$ ./result/bin/dogtail-logout
Traceback (most recent call last):
File "/nix/store/az8mw2pmhbwlm08176wd62hn0hfzwv8s-python3.10-dogtail-0.9.11/bin/.dogtail-logout-wrapped", line 8, in <module>
from dogtail.tree import *
File "/nix/store/az8mw2pmhbwlm08176wd62hn0hfzwv8s-python3.10-dogtail-0.9.11/lib/python3.10/site-packages/dogtail/tree.py", line 5, in <module>
from dogtail import predicate
File "/nix/store/az8mw2pmhbwlm08176wd62hn0hfzwv8s-python3.10-dogtail-0.9.11/lib/python3.10/site-packages/dogtail/predicate.py", line 6, in <module>
from gi.repository import GLib
ModuleNotFoundError: No module named 'gi'
pygobject3 has to be propagated for the import line in the python file
in bin
$ ./result/bin/curtail
Traceback (most recent call last):
File "/nix/store/fqjld9nchfwqd9x1pywmjfdsqrk4lxds-curtail-1.3.1/bin/.curtail-wrapped", line 37, in <module>
import gi
ModuleNotFoundError: No module named 'gi'
luckily the lib output does not contain binaries therefore its safe to remove it from propagatedBuildInputs
'nix build -f . "wrapGAppsHook.tests"' pass
for typelibs and girs
`env -S` allows one to set more than one argument in a shebang. This small patch allows the patch-shebangs hook to handle this case appropriately.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR closed due to wrong rebase.